home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / comm3 / newmail.rdm < prev    next >
Text File  |  1996-05-20  |  3KB  |  63 lines

  1. Short:    Shows who new mail is from in a requester.
  2. Author:   bgo@po.cwru.edu (Brian G. Olson)
  3. Uploader: bgo@po.cwru.edu (Brian G. Olson)
  4. Type:     comm/mail
  5.  
  6.     New Mail will show the authors and subjects of new mail which you
  7. have recieved in a requester. From there you can do practically anything
  8. you want, as the program is very modifyable (See the instructions below).
  9. You can have a button defined to automatically load up your mail reader, 
  10. or another just to close the requester, and practically anything in 
  11. between you wish. You Have up to 5 button to define for yourself. 
  12.  
  13.     Have Fun. 
  14.  
  15. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  16.  
  17. NewMail v1.0 --  by Brain G. Olson -- bgo@po.cwru.edu
  18.  
  19.  <options>:
  20.  
  21. -f <mailfile>     <Mailfile> is your mailbox, usually uumail:<username>
  22.  
  23. -k <String>       Tells NewMail what your mailreader uses to specify
  24.                   read mail. I use AmigaElm, the specs are:
  25.                     -k "X-Status:"       new mail will be shown
  26.                     -k "X-Status: OR"    new, and old unread mail
  27.                                          will be shown
  28.  
  29. -t <Title>        Specifys the title of the requester that pops up
  30.                   to show who your new mail is from
  31.  
  32. -b <buttons>      Specifys the names of the buttons in the new mail
  33.                   requester.
  34.                     -b Hello|Goodbye|HowRU|Fine
  35.                   has 4 buttons with the names: Hello, Goodbye, HowRU
  36.                   and Fine.
  37.  
  38. -b# <Execute>     This will specify what happens after you click on one
  39.                   of the buttons. There is a maximum of 5 defined buttons
  40.                   and a 6th which is used as a OKAY button which just closes
  41.                   the requester and ends the program. So # can be 1 - 5, with
  42.                   <Execute> being the command which is executed after the
  43.                   relevant button is pressed. I use -b1 Elm, to load my mail
  44.                   reader.
  45.  
  46. Example:
  47.  
  48. newmail -f uumail:bgo -k "X-Status: OR" -b "Elm|Okay" -b1 "Amitcp:bin/Elm"
  49.  
  50. newmail will scan my mail file, uumail:bgo, for new and unread mail messages. 
  51. The authors and subjects of the new mail will be in a requester with two
  52. buttons. One button calles "Okay", when clicked the requester will close. 
  53. The second button called "Elm" will close the requester and load my
  54. mail reader.
  55.  
  56.     Enjoy...
  57.  
  58. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  59.  
  60. If you Like this program, please send the Author some E-Mail thanking him.
  61.  
  62.     Brian G. Olson  --  bgo@po.cwru.edu
  63.